Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Table extraction</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Table_extraction"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Table_extraction rootpage-Table_extraction skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Table extraction</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr"><p><b>Table extraction</b> is the process of recognizing and separating a <a href="Table_(information)" title="Table (information)">table</a> from a large document, possibly also recognizing individual rows, columns or elements.
It may be regarded as a special form of <a href="Information_extraction" title="Information extraction">information extraction</a>.
</p><p>Table extractions from <a href="Webpage" class="mw-redirect" title="Webpage">webpages</a> can take advantage of the special <a href="HTML_element" title="HTML element">HTML elements</a> that exist for tables, e.g., the "table" tag,
and programming libraries may implement table extraction from webpages.
The <a href="Python_(programming_language)" title="Python (programming language)">Python</a> <a href="Pandas_(software)" title="Pandas (software)">pandas</a> software library can extract tables from HTML webpages via its read_html() function.
</p><p>More challenging is table extraction from <a href="PDF" title="PDF">PDFs</a> or <a href="Image_scanner" title="Image scanner">scanned images</a>, where there usually is no table-specific machine readable markup.<sup id="cite_ref-Table_Extraction_and_Understanding_for_Scientific_and_Enterprise_Applications_1-0" class="reference"><a href="#cite_note-Table_Extraction_and_Understanding_for_Scientific_and_Enterprise_Applications-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup>
Systems that extract data from tables in scientific <a href="PDF" title="PDF">PDFs</a> have been described.<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup>
</p><p><a href="Wikipedia" title="Wikipedia">Wikipedia</a> presents some of its information in tables,
and, e.g., 3.5 million tables can be extracted from the <a href="English_Wikipedia" title="English Wikipedia">English Wikipedia</a>.<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup>
Some of the tables have a specific format, e.g., the so-called <a href="Infobox" title="Infobox">infoboxes</a>.
Large-scale table extraction of Wikipedia infoboxes forms one of the sources for <a href="DBpedia" title="DBpedia">DBpedia</a>.<sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>
</p><p>Commercial <a href="Web_service" title="Web service">web services</a> for table extraction exist, e.g., <a href="Amazon_(company)" title="Amazon (company)">Amazon</a> Textract, <a href="Google" title="Google">Google's</a> <i><a href="Document_AI" title="Document AI">Document AI</a></i>, <a href="IBM" title="IBM">IBM</a> Watson Discovery, and <a href="Microsoft" title="Microsoft">Microsoft</a> Form Recognizer.<sup id="cite_ref-Table_Extraction_and_Understanding_for_Scientific_and_Enterprise_Applications_1-1" class="reference"><a href="#cite_note-Table_Extraction_and_Understanding_for_Scientific_and_Enterprise_Applications-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup>
Open source tools also exist, e.g., PDFFigures 2.0 that has been used in <a href="Semantic_Scholar" title="Semantic Scholar">Semantic Scholar</a>.<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup>
In a comparison published in 2017, the researchers found the proprietary program <a href="ABBYY_FineReader" title="ABBYY FineReader">ABBYY FineReader</a> to yield the best PDF table extraction performance among six different tools evaluated.<sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup> In a 2023 benchmark evaluation,<sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup> Adobe Extract,<sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup> a cloud-based <a href="API" title="API">API</a> that employs Adobe’s Sensei <a href="Artificial_intelligence" title="Artificial intelligence">AI</a>-platform,<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup> performed best among five tools evaluated for table extraction.
</p>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1290876196">
/* start https://en.wikipedia.org/ */


.mw-parser-output .side-box{margin:4px 0;box-sizing:border-box;border:1px solid #aaa;font-size:88%;line-height:1.25em;background-color:var(--background-color-interactive-subtle,#f8f9fa);display:flow-root}.mw-parser-output .infobox .side-box{font-size:100%}.mw-parser-output .side-box-abovebelow,.mw-parser-output .side-box-text{padding:0.25em 0.9em}.mw-parser-output .side-box-image{padding:2px 0 2px 0.9em;text-align:center}.mw-parser-output .side-box-imageright{padding:2px 0.9em 2px 0;text-align:center}@media(min-width:500px){.mw-parser-output .side-box-flex{display:flex;align-items:center}.mw-parser-output .side-box-text{flex:1;min-width:0}}@media(min-width:720px){.mw-parser-output .side-box{width:238px}.mw-parser-output .side-box-right{clear:right;float:right;margin-left:1em}.mw-parser-output .side-box-left{margin-right:1em}}


/* end https://en.wikipedia.org/ */
</style>
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-Table_Extraction_and_Understanding_for_Scientific_and_Enterprise_Applications-1"><span class="mw-cite-backlink">^ <a href="#cite_ref-Table_Extraction_and_Understanding_for_Scientific_and_Enterprise_Applications_1-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Table_Extraction_and_Understanding_for_Scientific_and_Enterprise_Applications_1-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */


.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}


/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFDouglas_BurdickMarina_DanilevskyAlexandre_V_EvfimievskiYannis_Katsis2020" class="citation journal cs1">Douglas Burdick; Marina Danilevsky; Alexandre V Evfimievski; Yannis Katsis; Nancy Wang (August 2020). "Table extraction and understanding for scientific and enterprise applications". <i>Proceedings of the VLDB Endowment. International Conference on Very Large Data Bases</i>. <b>13</b> (12): <span class="nowrap">3433–</span>3436. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.14778%2F3415478.3415563">10.14778/3415478.3415563</a>. <a href="ISSN_(identifier)" class="mw-redirect" title="ISSN (identifier)">ISSN</a>&nbsp;<a rel="nofollow" class="external text" href="https://search.worldcat.org/issn/2150-8097">2150-8097</a>. <a href="WDQ_(identifier)" class="mw-redirect" title="WDQ (identifier)">Wikidata</a>&nbsp;<a href="https://www.wikidata.org/wiki/Q108170445" class="extiw external" title="d:Q108170445">Q108170445</a>.</cite></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite id="CITEREFWenhao_YuWei_PengYu_ShuQingkai_Zeng2020" class="citation book cs1">Wenhao Yu; Wei Peng; Yu Shu; Qingkai Zeng; Meng Jiang (19 April 2020). <a rel="nofollow" class="external text" href="https://dl.acm.org/doi/abs/10.1145/3366423.3380174"><i>Experimental Evidence Extraction System in Data Science with Hybrid Table Features and Ensemble Learning</i></a>. pp.&nbsp;<span class="nowrap">951–</span>961. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1145%2F3366423.3380174">10.1145/3366423.3380174</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>978-1-4503-7023-3</bdi>. <a href="WDQ_(identifier)" class="mw-redirect" title="WDQ (identifier)">Wikidata</a>&nbsp;<a href="https://www.wikidata.org/wiki/Q108172460" class="extiw external" title="d:Q108172460">Q108172460</a>.</cite> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{cite book}}</code>: </span><span class="cs1-visible-error citation-comment"><code class="cs1-code">|journal=</code> ignored (help)</span></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite id="CITEREFBenno_KruitHongyu_HeJacopo_Urbani2020" class="citation book cs1">Benno Kruit; Hongyu He; Jacopo Urbani (1 November 2020). <i>Tab2Know: Building a Knowledge Base from Tables in Scientific Papers</i>. <a href="Lecture_Notes_in_Computer_Science" title="Lecture Notes in Computer Science">Lecture Notes in Computer Science</a>. pp.&nbsp;<span class="nowrap">349–</span>365. <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/2107.13306">2107.13306</a></span>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F978-3-030-62419-4_20">10.1007/978-3-030-62419-4_20</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>978-3-030-62419-4</bdi>. <a href="WDQ_(identifier)" class="mw-redirect" title="WDQ (identifier)">Wikidata</a>&nbsp;<a href="https://www.wikidata.org/wiki/Q101086651" class="extiw external" title="d:Q101086651">Q101086651</a>.</cite> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{cite book}}</code>: </span><span class="cs1-visible-error citation-comment"><code class="cs1-code">|journal=</code> ignored (help)</span></span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite id="CITEREFTobias_BleifußLeon_BornemannDmitri_V._KalashnikovFelix_Naumann2021" class="citation journal cs1">Tobias Bleifuß; Leon Bornemann; Dmitri V. Kalashnikov; Felix Naumann; Divesh Srivastava (17 August 2021). <a rel="nofollow" class="external text" href="http://ceur-ws.org/Vol-2929/paper4.pdf">"The Secret Life of Wikipedia Tables"</a> <span class="cs1-format">(PDF)</span>. <i>Proceedings of the 2nd Workshop on Search, Exploration, and Analysis in Heterogeneous Datastores</i>. CEUR Workshop Proceedings: <span class="nowrap">20–</span>26. <a href="WDQ_(identifier)" class="mw-redirect" title="WDQ (identifier)">Wikidata</a>&nbsp;<a href="https://www.wikidata.org/wiki/Q108215401" class="extiw external" title="d:Q108215401">Q108215401</a>.</cite></span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><cite id="CITEREFSören_AuerChristian_BizerGeorgi_KobilarovJens_Lehmann2007" class="citation book cs1">Sören Auer; Christian Bizer; Georgi Kobilarov; <a href="Jens_Lehmann_(scientist)" title="Jens Lehmann (scientist)">Jens Lehmann</a>; Richard Cyganiak; <a href="Zachary_G._Ives" title="Zachary G. Ives">Zachary Ives</a> (2007). <i>DBpedia: A Nucleus for a Web of Open Data</i>. <a href="Lecture_Notes_in_Computer_Science" title="Lecture Notes in Computer Science">Lecture Notes in Computer Science</a>. pp.&nbsp;<span class="nowrap">722–</span>735. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F978-3-540-76298-0_52">10.1007/978-3-540-76298-0_52</a>. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>978-3-540-76297-3</bdi>. <a href="WDQ_(identifier)" class="mw-redirect" title="WDQ (identifier)">Wikidata</a>&nbsp;<a href="https://www.wikidata.org/wiki/Q27910422" class="extiw external" title="d:Q27910422">Q27910422</a>.</cite> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{cite book}}</code>: </span><span class="cs1-visible-error citation-comment"><code class="cs1-code">|journal=</code> ignored (help)</span></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><cite id="CITEREFChristopher_ClarkSantosh_Divvala2016" class="citation cs2">Christopher Clark; Santosh Divvala (2016), <a rel="nofollow" class="external text" href="https://ieeexplore.ieee.org/document/7559577"><i>PDFFigures 2.0: Mining figures from research papers</i></a>, Proceedings of the 16th ACM/IEEE-CS on Joint Conference on Digital Libraries - JCDL '16, <a href="WDQ_(identifier)" class="mw-redirect" title="WDQ (identifier)">Wikidata</a>&nbsp;<a href="https://www.wikidata.org/wiki/Q108172042" class="extiw external" title="d:Q108172042">Q108172042</a></cite></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite id="CITEREFAndreiwid_Sheffer_CorrêaPär-Ola_Zander2017" class="citation cs2">Andreiwid Sheffer Corrêa; Pär-Ola Zander (7 June 2017), <a rel="nofollow" class="external text" href="https://dl.acm.org/doi/10.1145/3085228.3085278"><i>Unleashing Tabular Content to Open Data: A Survey on PDF Table Extraction Methods and Tools</i></a>, <a href="Association_for_Computing_Machinery" title="Association for Computing Machinery">Association for Computing Machinery</a>, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1145%2F3085228.3085278">10.1145/3085228.3085278</a>, <a href="WDQ_(identifier)" class="mw-redirect" title="WDQ (identifier)">Wikidata</a>&nbsp;<a href="https://www.wikidata.org/wiki/Q108173686" class="extiw external" title="d:Q108173686">Q108173686</a></cite></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><cite id="CITEREFMeuschkeJagdaleSpindeMitrović2023" class="citation cs2">Meuschke, Norman; Jagdale, Apurva; Spinde, Timo; Mitrović, Jelena; Gipp, Bela (2023), Sserwanga, Isaac; Goulding, Anne; Moulaison-Sandy, Heather; Du, Jia Tina (eds.), <a rel="nofollow" class="external text" href="https://link.springer.com/10.1007/978-3-031-28032-0_31">"A Benchmark of PDF Information Extraction Tools Using a Multi-task and Multi-domain Evaluation Framework for Academic Documents"</a>, <i>Information for a Better World: Normality, Virtuality, Physicality, Inclusivity</i>, vol.&nbsp;13972, Cham: Springer Nature Switzerland, pp.&nbsp;<span class="nowrap">383–</span>405, <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/2303.09957">2303.09957</a></span>, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2F978-3-031-28032-0_31">10.1007/978-3-031-28032-0_31</a>, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>978-3-031-28031-3</bdi></cite></span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://developer.adobe.com/document-services/apis/pdf-extract/">"Adobe PDF Extract API"</a>. <i>Adobe</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2024-03-15</span></span>.</cite></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://business.adobe.com/products/sensei/adobe-sensei.html">"Experience Cloud AI Services with Adobe Sensei"</a>. <i>Adobe</i><span class="reference-accessdate">. Retrieved <span class="nowrap">2024-03-15</span></span>.</cite></span>
</li>
</ol></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2024-04-27" href="https://en.wikipedia.org/wiki/?title=Table_extraction&amp;oldid=1220996109">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>

</body></html>